home *** CD-ROM | disk | FTP | other *** search
/ Hacker Toolbox (Professional Edition) / Hacker Toolbox Professional Edition (TradeTouch) (2003).iso / snoop / IPQUERY.ZIP / readme.txt < prev   
Encoding:
Text File  |  1996-08-05  |  2.8 KB  |  67 lines

  1. IPQuery v1.6
  2. Written by David Terracino <tiamat@warwick.net>
  3. ===============================================
  4.  
  5. This program is very simple - its sole purpose in life is to tell you what
  6. your current IP address is.
  7.  
  8. Why do you want to know this?  Say you are using a program (such as an FTP
  9. server, or Cu-SeeMe) that requires you to give your current IP address out
  10. to other people, so that they can connect directly to your computer. IPQuery
  11. provides you with a quick-and-dirty way to view this information.
  12.  
  13. To use IPQuery, just unzip the distribution archive anywhere and double-click
  14. on the executable (IPQuery.exe) to run it.  It will report back your host
  15. name and IP address, if they are currently assigned.
  16.  
  17. This is my very first Visual C++ program.  It has worked on all of the
  18. systems I have tested it in thus far; if you come across any problems, or have
  19. any suggestions, please email me or visit my home page.  I would appreciate 
  20. any feedback I could get, since Visual C++ is a huge undertaking.
  21.  
  22. If you use this program, please email me and let me know that you find it
  23. useful.  This program is completely free of charge.
  24.  
  25. David Terracino
  26. -------------------------------
  27. Email : tiamat@warwick.net
  28. WWWeb : www.cyberave.com/~davet
  29.  
  30. Contents of distribution archive: readme.txt, IPQuery.exe
  31.  
  32. Revision History
  33. ----------------
  34.  
  35. v1.60 - Current version.  Fixed a bug that caused some systems that
  36.         were not dialed in to display loopback's IP address 
  37.         (127.0.0.1) instead of the string "No IP Address assigned"
  38.  
  39. V1.50 - Added Copy and Refresh to the system menu of IPQuery.  Now 
  40.         you can leave IPQuery minimized and right-click on it to get 
  41.         a menu that includes these two functions.
  42.  
  43. v1.40 - Added a Copy button that will copy your current IP address 
  44.         to the clipboard, giving you the ability to paste that number 
  45.         directly from IPQuery to other programs.
  46.  
  47. v1.30 - On minimize, the program's caption changes to display your
  48.         current IP address instead of the program name.
  49.  
  50. v1.20 - Fixed the hardcoded text colors.  Colors are now taken from
  51.         your current Windows color scheme.  Minor code reorganization.
  52.         Minor icon change.
  53.  
  54. v1.10 - Added minimize button, so you can keep IPQuery running in the 
  55.         background; and refresh button, so while it is running, you can
  56.         update the IP address it displays.  Useful for if you get
  57.         disconnected and have to reconnect (while will assign you a new
  58.         IP address).
  59.  
  60. v1.00 - Initial release.  Fixed a bug that caused a GPF if you were using
  61.         a dialup connection with dynamic IP addressing and weren't actually
  62.         dialed up (ie weren't assigned an IP address).
  63.  
  64. v0.01 - Test version, internal only.
  65.  
  66. End of File IPQuery.txt
  67.